PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformVector Method / transformVector(PDFPoint) Method
Point to transform.
In This Topic
    transformVector(PDFPoint) Method
    In This Topic
    Applies only the scale and rotate components of this matrix to the specified point.
    Syntax
    public PDFPoint transformVector( 
       PDFPoint point
    )

    Parameters

    point
    Point to transform.

    Return Value

    Transformed point.
    See Also